home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / main / opening.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  253 b   |  12 lines

  1. on exitFrame
  2.   global startticks1, startticks2, sptitle
  3.   set the visible of sprite sptitle to 0
  4.   if sptitle = 5 then
  5.     set sptitle to 3
  6.   else
  7.     set sptitle to sptitle + 1
  8.   end if
  9.   set startticks1 to the ticks
  10.   set startticks2 to the ticks
  11. end
  12.